#include <boost/date_time/gregorian/gregorian.hpp> #include <CppUTest/TestHarness.h> TEST_GROUP(Dates) { }; TEST(Dates, CanBeLinkedIn) { using namespace boost::gregorian; std::string s("2001-10-9"); date d(from_simple_string(s)); }
You need to enable Javascript in your browser to edit pages.
help on how to format text
Configuring the Project to use Boost
<--Back